home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step03 / supcmeat.c.diff < prev    next >
Encoding:
Text File  |  1994-08-02  |  732 b   |  37 lines

  1. *** ../dist/supcmeat.c    Thu Dec 16 07:29:49 1993
  2. --- supcmeat.c    Thu Dec 16 13:59:00 1993
  3. ***************
  4. *** 129,134 ****
  5. --- 129,139 ----
  6.   #include <varargs.h>
  7.   #endif
  8.   
  9. + #if __STDC__
  10. + void done (int, char *, ...);
  11. + void goaway (char *, ...);
  12. + #endif
  13.   TREE *lastT;                /* last filenames in collection */
  14.   jmp_buf sjbuf;                /* jump location for network errors */
  15.   int dontjump;                /* flag to void sjbuf */
  16. ***************
  17. *** 1376,1381 ****
  18. --- 1381,1387 ----
  19.   }
  20.   
  21.   #if __STDC__
  22. + void
  23.   done (int value,char *fmt,...)
  24.   #else
  25.   /*VARARGS*//*ARGSUSED*/
  26. ***************
  27. *** 1416,1421 ****
  28. --- 1422,1428 ----
  29.           longjmp (sjbuf,TRUE);
  30.   }
  31.   #if __STDC__
  32. + void
  33.   goaway (char *fmt,...)
  34.   #else
  35.   /*VARARGS*//*ARGSUSED*/
  36.